GET for clients

URL for a single resource: /api/2/jobs/<job_id>
URL for a collection: /api/2/jobs

Permissions Required for the API Key: 
* Overall Admin Level = Admin
* Manage Jobs and Clients = Read (or Read/Write)

Filter Options for a collection (query string vars):
* 'page' (integer). As in, 'which page'. Page size is 25 items
* 'start' (date, example 2026-08-01)
* 'end' (date, example 2026-08-02)
* 'status' (String, Values: 1=Not Started, 2=Suspected,3=Client Requested Hold, 4=Active,5=Work Completed,6=Invoiced,8=Closed)
* 'type' (integer, depends on the user defined job types)
* 'oid' (Integer, an organization_id. Limit results to jobs that have an organization attached to them
* 'tlid' (Integer, the associate_id of a team lead)
* 'lsid' (Integer, the associate_id of a lead sales person)

